-
Notifications
You must be signed in to change notification settings - Fork 664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(autoware_behavior_path_planner_common): fix containerOutOfBounds warning #7675
Merged
veqcc
merged 3 commits into
autowarefoundation:main
from
veqcc:fix_container_out_of_bounds2
Jun 25, 2024
Merged
fix(autoware_behavior_path_planner_common): fix containerOutOfBounds warning #7675
veqcc
merged 3 commits into
autowarefoundation:main
from
veqcc:fix_container_out_of_bounds2
Jun 25, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
veqcc
requested review from
danielsanchezaran,
rej55,
go-sakayori,
kosuke55,
soblin,
maxime-clem,
satoshi-ota,
shmpwk,
TakaHoribe,
takayuki5168,
tkimura4 and
zulfaqar-azmi-t4
as code owners
June 25, 2024 03:01
github-actions
bot
added
the
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
label
Jun 25, 2024
veqcc
changed the title
fix(autoware_behavior_path_planner_common): fix containerOutOfBounds …
fix(autoware_behavior_path_planner_common): fix containerOutOfBounds warning
Jun 25, 2024
veqcc
added
the
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
label
Jun 25, 2024
maxime-clem
reviewed
Jun 25, 2024
planning/behavior_path_planner/autoware_behavior_path_planner_common/src/utils/path_utils.cpp
Outdated
Show resolved
Hide resolved
…warning Signed-off-by: Ryuta Kambe <[email protected]>
veqcc
force-pushed
the
fix_container_out_of_bounds2
branch
from
June 25, 2024 04:26
7f24ea3
to
506aad3
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7675 +/- ##
==========================================
- Coverage 14.84% 13.34% -1.51%
==========================================
Files 1999 525 -1474
Lines 139163 49053 -90110
Branches 43716 11897 -31819
==========================================
- Hits 20661 6545 -14116
+ Misses 95731 41550 -54181
+ Partials 22771 958 -21813
☔ View full report in Codecov by Sentry. |
maxime-clem
reviewed
Jun 25, 2024
planning/behavior_path_planner/autoware_behavior_path_planner_common/src/utils/path_utils.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Ryuta Kambe <[email protected]>
maxime-clem
approved these changes
Jun 25, 2024
simon-eisenmann-driveblocks
pushed a commit
to simon-eisenmann-driveblocks/autoware.universe
that referenced
this pull request
Jun 26, 2024
…warning (autowarefoundation#7675) * fix(autoware_behavior_path_planner_common): fix containerOutOfBounds warning Signed-off-by: Ryuta Kambe <[email protected]> * fix type Signed-off-by: Ryuta Kambe <[email protected]> --------- Signed-off-by: Ryuta Kambe <[email protected]> Signed-off-by: Simon Eisenmann <[email protected]>
mitukou1109
pushed a commit
to mitukou1109/autoware.universe
that referenced
this pull request
Jul 2, 2024
…warning (autowarefoundation#7675) * fix(autoware_behavior_path_planner_common): fix containerOutOfBounds warning Signed-off-by: Ryuta Kambe <[email protected]> * fix type Signed-off-by: Ryuta Kambe <[email protected]> --------- Signed-off-by: Ryuta Kambe <[email protected]>
tby-udel
pushed a commit
to tby-udel/autoware.universe
that referenced
this pull request
Jul 14, 2024
…warning (autowarefoundation#7675) * fix(autoware_behavior_path_planner_common): fix containerOutOfBounds warning Signed-off-by: Ryuta Kambe <[email protected]> * fix type Signed-off-by: Ryuta Kambe <[email protected]> --------- Signed-off-by: Ryuta Kambe <[email protected]>
KhalilSelyan
pushed a commit
that referenced
this pull request
Jul 22, 2024
…warning (#7675) * fix(autoware_behavior_path_planner_common): fix containerOutOfBounds warning Signed-off-by: Ryuta Kambe <[email protected]> * fix type Signed-off-by: Ryuta Kambe <[email protected]> --------- Signed-off-by: Ryuta Kambe <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This is a fix based on cppcheck
containerOutOfBounds
errorYou know this is a false positive in cppcheck.
This PR is just to avoid cppcheck warnings.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.